home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / COMPILER / SATHER / !Sather / Library / IO / config / in < prev    next >
Text File  |  1996-06-05  |  403b  |  29 lines

  1. #ifndef IN_CONFIG
  2. #define IN_CONFIG
  3.  
  4. #ifdef PP
  5. #undef PP
  6. #endif
  7.  
  8. #ifdef APP
  9. #undef APP
  10. #endif
  11.  
  12. #ifdef FPP
  13. #undef FPP
  14. #endif
  15.  
  16. #ifdef VSTD
  17. #undef VSTD
  18. #endif
  19.  
  20. #define PP    no_pre,no_post
  21. #define VPP    volatile,PP
  22. #define VSTD    var "@r $$;"
  23. #define IST    declare "#include <stdio.h>"
  24.  
  25. IN_GETCHAR:    VPP,VSTD,IST,exec "$$=(INT)getchar();" "$$";
  26. IN_GET_STR_SIZED: VPP,IST,exec "INGETSTRSIZED(((@1)$1),$2);";
  27.  
  28. #endif 
  29.